CSharpTest.Net
Contains Method
See Also  Send Feedback Download Help File
CSharpTest.Net.Library Assembly > CSharpTest.Net.Collections Namespace > BTreeDictionary<TKey,TValue> Class : Contains Method

item
The object to locate in the ICollection.

Glossary Item Box

Determines whether the ICollection contains a specific key and value pair.

Syntax

Visual Basic (Declaration) 
Public Function Contains( _
   ByVal item As KeyValuePair(Of TKey,TValue) _
) As Boolean
C# 
public bool Contains( 
   KeyValuePair<TKey,TValue> item
)

Parameters

item
The object to locate in the ICollection.

Return Value

true if item is found in the ICollection; otherwise, false.

Requirements

Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7

See Also

Generated with Document! X 2011 by Innovasys